home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 4 / PC World Interactive 4.iso / online / tlaunch.exe / 0 / RCDATA / TFRM_SHAREWARE / TFRM_SHAREWARE.txt
Text File  |  1997-06-09  |  4KB  |  184 lines

  1. object frm_Shareware: Tfrm_Shareware
  2.   Left = 616
  3.   Top = 118
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'TurboLaunch'
  7.   ClientHeight = 281
  8.   ClientWidth = 265
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ico_Program: TImage
  19.     Left = 8
  20.     Top = 8
  21.     Width = 32
  22.     Height = 32
  23.     AutoSize = True
  24.     Stretch = True
  25.     IsControl = True
  26.   end
  27.   object Label2: TLabel
  28.     Left = 48
  29.     Top = 24
  30.     Width = 3
  31.     Height = 13
  32.   end
  33.   object Label3: TLabel
  34.     Left = 8
  35.     Top = 56
  36.     Width = 249
  37.     Height = 39
  38.     Alignment = taCenter
  39.     AutoSize = False
  40.     Caption = 
  41.       'This program is shareware.  If you find it useful, please suppor' +
  42.       't the shareware software concept by registering!  Send $20.00 in' +
  43.       ' US funds to:'
  44.     WordWrap = True
  45.   end
  46.   object Label4: TLabel
  47.     Left = 8
  48.     Top = 104
  49.     Width = 249
  50.     Height = 13
  51.     Alignment = taCenter
  52.     AutoSize = False
  53.     Font.Color = clPurple
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.   end
  59.   object Label5: TLabel
  60.     Left = 8
  61.     Top = 118
  62.     Width = 249
  63.     Height = 13
  64.     Alignment = taCenter
  65.     AutoSize = False
  66.     Font.Color = clPurple
  67.     Font.Height = -11
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = [fsBold]
  70.     ParentFont = False
  71.   end
  72.   object Label6: TLabel
  73.     Left = 8
  74.     Top = 132
  75.     Width = 249
  76.     Height = 13
  77.     Alignment = taCenter
  78.     AutoSize = False
  79.     Font.Color = clPurple
  80.     Font.Height = -11
  81.     Font.Name = 'MS Sans Serif'
  82.     Font.Style = [fsBold]
  83.     ParentFont = False
  84.   end
  85.   object Label7: TLabel
  86.     Left = 7
  87.     Top = 152
  88.     Width = 250
  89.     Height = 39
  90.     Alignment = taCenter
  91.     AutoSize = False
  92.     Caption = 
  93.       'Upon registering, you will receive a registration code that will' +
  94.       ' remove this Wait Screen on this and all future versions of Turb' +
  95.       'oLaunch!'
  96.     WordWrap = True
  97.   end
  98.   object Label1: TLabel
  99.     Left = 48
  100.     Top = 8
  101.     Width = 5
  102.     Height = 13
  103.     Font.Color = clBlack
  104.     Font.Height = -11
  105.     Font.Name = 'MS Sans Serif'
  106.     Font.Style = [fsBold]
  107.     ParentFont = False
  108.   end
  109.   object Panel1: TPanel
  110.     Left = 8
  111.     Top = 48
  112.     Width = 249
  113.     Height = 2
  114.     TabOrder = 4
  115.   end
  116.   object Panel2: TPanel
  117.     Left = 8
  118.     Top = 200
  119.     Width = 249
  120.     Height = 2
  121.     TabOrder = 5
  122.   end
  123.   object cmd_RegInfo: TBitBtn
  124.     Left = 8
  125.     Top = 248
  126.     Width = 137
  127.     Height = 25
  128.     Caption = 'Registration Information'
  129.     TabOrder = 1
  130.     OnClick = cmd_RegInfoClick
  131.     Style = bsNew
  132.   end
  133.   object cmd_EnterCode: TBitBtn
  134.     Left = 8
  135.     Top = 216
  136.     Width = 105
  137.     Height = 25
  138.     Caption = 'Enter My Code'
  139.     TabOrder = 0
  140.     OnClick = cmd_EnterCodeClick
  141.     Style = bsNew
  142.   end
  143.   object cmd_OK: TBitBtn
  144.     Left = 120
  145.     Top = 216
  146.     Width = 137
  147.     Height = 25
  148.     Caption = 'Continue Evaluation'
  149.     Enabled = False
  150.     Font.Color = clBlack
  151.     Font.Height = -11
  152.     Font.Name = 'MS Sans Serif'
  153.     Font.Style = [fsBold]
  154.     ParentFont = False
  155.     TabOrder = 3
  156.     TabStop = False
  157.     OnClick = cmd_OKClick
  158.     Style = bsNew
  159.   end
  160.   object Panel3: TPanel
  161.     Left = 120
  162.     Top = 216
  163.     Width = 137
  164.     Height = 25
  165.     BevelOuter = bvNone
  166.     TabOrder = 6
  167.   end
  168.   object cmd_RegForm: TBitBtn
  169.     Left = 152
  170.     Top = 248
  171.     Width = 105
  172.     Height = 25
  173.     Caption = 'Registration Form'
  174.     TabOrder = 2
  175.     OnClick = cmd_RegFormClick
  176.     Style = bsNew
  177.   end
  178.   object Timer1: TTimer
  179.     Interval = 200
  180.     OnTimer = Timer1Timer
  181.     Left = 240
  182.   end
  183. end
  184.